'宣言 Public Overloads Shared Function FilterAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal predicate As System.Func(Of Object,Boolean) _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<T>( IDataCollection<T> dataCollection, System.Func<object,bool> predicate ) where T: class
パラメータ
- dataCollection
- The data collection.
- predicate
- The predicate which will filter the collection.
型パラメータ
- T